home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / Misc / DXSetup / setup1.rc < prev    next >
Encoding:
Text File  |  2001-10-08  |  8.8 KB  |  181 lines

  1. #include "setupres.h"
  2.  
  3. STRINGTABLE DISCARDABLE
  4. BEGIN
  5.  
  6. //
  7. //Common with bootstrapper
  8. //
  9. #include "commonrc.rc"
  10.  
  11. //
  12. //Global
  13. //
  14. resSETMSG "Setup Message"
  15.  
  16. //
  17. //frmBegin
  18. //
  19. resSPECDEST "Click this button to install |1 software to the specified destination directory."
  20. resSPECNODEST "Click this button to install |1 software to your computer."
  21.  
  22. //
  23. //frmWelcome
  24. //
  25. resWELCOME "Welcome to the |1 installation program."
  26.  
  27. //
  28. //frmPath
  29. //
  30. resDESTPROMPT "Enter or select a destination directory."
  31. resDESTDIR "The destination directory:"
  32. resCREATE "does not exist. Do you want the directory to be created?"
  33. resCHANGEDIR "Change Directory"
  34.  
  35. //
  36. //Setup1.Bas
  37. //
  38. resCALCSPACE "An error occurred while calculating required disk space."
  39. resDRVREAD "Cannot read drive "
  40. resDRVCHK "Please verify the drive door is closed and that the disk is formatted and free of errors."
  41. resCANTOPEN "Could not open the file named:"
  42. resMAKEDIR "Could not create directory: |1"
  43. resASKEXIT "Are you sure you want to Exit?"
  44. resINTERRUPTED "|1 Setup was interrupted before your new software was fully installed."
  45. resCANRUN "You can run |1 Setup in its entirety at a later time to complete the installation."
  46. resINCOMPLETE "Setup is not yet complete."
  47. resQUITNOW "If you quit now, this product will not be correctly installed."
  48. resQUITSETUP "Quit the setup of this product?"
  49. resSUCCESS "|1 Setup was completed successfully."
  50. resERROR "|1 Setup was not completed successfully."
  51. resALLOCUNIT "Error determining allocation unit for drive "
  52. resSAMEASSRC "is in the Setup source files directory. Please type a different directory."
  53. resINSERT "Please insert the disk labeled:"
  54. resDISK "'Disk "
  55. resINTO "' into drive "
  56. resSECTNAME "Section: "
  57. resINVLINE "Invalid line in setup information file!"
  58. resDIRSPECIFIED "The specified directory:"
  59. resDIRINVALID "is invalid, incomplete, or write protected. Please type a full path with drive letter; for example 'C:\\APPS'."
  60. resNOTEXIST "The directory doesn't exist!"
  61. resDIRINVNAME "Invalid Directory Name"
  62. resWRITEPROT "The destination file is write protected."
  63. resINUSE "The destination file in in-use. Please ensure that all other applications are closed."
  64. resOUTOFSPACE "Out of space on destination drive |1"
  65. resACCESSVIOLATION "An access violation occurred while copying the file."
  66. resSHARINGVIOLATION "A sharing violation occurred while copying the file."
  67. resOUTOFMEMORY "Out of memory trying to copy the file."
  68. resCANNOTCREATE "Cannot create temporary file."
  69. resCANNOTDELETE "Cannot delete existing destination file."
  70. resCANNOTRENAME "Cannot rename temporary file."
  71. resCANNOTREADSRC "Cannot read source file."
  72. resCANNOTREADDST "Cannot read destination file attributes."
  73. resBUFFTOOSMALL "Internal copy error."
  74. resNOINSTALL " The file could not be installed."
  75. resCHKCONNECT "Please check the connection to drive "
  76. resWARNIGNORE "If you ignore a copy error, the file will not be copied. The application may not function properly as a result. Do you want to ignore the error?"
  77. resCANTREADUNC "Cannot read network path '|1'."
  78. resCHECKUNC "Please verify that this path is correct and that you have permission to access it."
  79. resCANTFINDAPPREMOVALLOG "Application removal logfile '|1' not found. Unable to continue."
  80. resBADCOMMANDLINE "Invalid command-line parameters. Unable to continue."
  81. resCANTFINDAPPREMOVALEXE "Application removal executable '|1' not found. Unable to continue."
  82. resCANTREGISTERAPPREMOVER "Error registering the application removal executable with Windows"
  83. resCHOOSENEWDEST "Please run setup again and select a new location for application files."
  84. resERR_REG "An error occurred trying to update the Windows registration database."
  85. resMICROSOFTSHARED "Microsoft Shared\\"
  86. resCANTCREATEPROGRAMGROUP "An error occurred trying to create the program group '|1'"
  87. resCANTCREATEPROGRAMICON "An error occurred trying to create a program icon for '|1'"
  88. resCANTCOPYLOG "An error occurred trying to copy '|1' to the application directory"
  89. resCANTFINDREGFILE "The file '|1' could not be registered because it was not found."
  90. resCANTRUNPROGRAM "Windows was unable to run the program '|1'. Your system may be low on memory, or the program may not have been found."
  91. resREMOTELINENOTFOUND "Error: 'SETUP.LST' contains no information on how to register the remote component '|1'. This information should have been found in a '|2' key in SETUP.LST"
  92. resCANTCOPYPATHTOOLONG "Cannot copy file, Destination Path is too long."
  93. resCANTCREATEICONPATHTOOLONG "Cannot create Uninstall Icon, Destination Path is too long."
  94. resICONMISSING "No icon was specified in SETUP.LST for |1. Do you want to continue without creating this icon? Click Yes to continue. Click No to Exit Setup."
  95.  
  96. //
  97. //Setup1.Frm
  98. //
  99. resBADDEFDIR "Setup was unable to determine a valid default destination directory. You will need to specify a destination directory."
  100. resDISKSPACE "Setup is checking for necessary disk space..."
  101. resPROGMAN "Setup is creating program icons..."
  102. resUPDATING "Setup is updating your system..."
  103. resSETUP "|1 Setup"
  104. resNOSETUPLST "The SETUP.LST file is corrupt or could not be found."
  105. resUNEXPECTED "An unexpected setup error has occurred!"
  106. resSTILLWITHINACTION "Setup error: Missing 'CommitAction()' or 'AbortAction()'."
  107. resREMAUTGROUPNAME "Remote Automation Management"
  108. resAUTMGR32ICON "Automation Manager"
  109. resRACMGR32ICON "RemAuto Connection Manager"
  110. resINSTALLADO "Installing Data Access components..."
  111. resREBOOT "Your system needs to be rebooted to update system settings.\n\nWould you like to reboot your system now?"
  112. resREBOOTNO "Your application may not work correctly until you have rebooted your system."
  113. //
  114. //Common.Bas
  115. //
  116. resDISKSPCERR "Error determining disk space free for drive "
  117.  
  118. //
  119. //Forms/Controls Strings
  120. //
  121. //resBTNINSTALL "&Install"
  122. resFRMDIRECTORY "Directory:"
  123. resBTNCHGDIR "&Change Directory"
  124. resBTNEXIT "E&xit Setup"
  125. resLBLBEGIN "Begin the installation by clicking the button below."
  126. resBTNCANCEL "Cancel"
  127. resLBLDESTFILE "Destination File:"
  128. resBTNINSTALLNOW "&Install Now"
  129. resBTNCHGDRV "&Change Drive"
  130. resLBLDRIVE "Drive"
  131. resLBLAVAIL "Space Available"
  132. resLBLNEEDED "Space Needed"
  133. resLBLREQUIRED "Space Required"
  134. resLBLNOSPACE "There is not enough free disk space on one or more drives."
  135. resBTNOK "OK"
  136. resLBLDRIVES "Dri&ves:"
  137. resLBLDIRS "&Directories:"
  138. resLBLPATH "&Path:"
  139. resLBLRUNNING "Setup cannot install system files or update shared files if they are in use. Before proceeding, we recommend that you close any applications you may be running."
  140. resBTNTOOLTIPBEGIN "Click here to begin setup"
  141. //
  142. // Group.Frm
  143. //
  144. resGROUPFRM "|1 - Choose Program Group"
  145. resGROUPLBLMAIN "Setup will add items to the group shown in the Program Group box. You can enter a new group name or select one from the Existing Groups list."
  146. resGROUPLBLGROUP "&Program Group:"
  147. resGROUPLBLGROUPS "E&xisting Groups:"
  148. resGROUPBTNCONTINUE "&Continue"
  149. resGROUPINVALIDGROUPNAME "A program group name must be less than |1 characters long and cannot contain any of the following characters: |2"
  150. //
  151. //ServerDt.Frm
  152. //
  153. resNETWORKADDRESS "Network &Address"
  154. resNETWORKPROTOCOL "Network &Protocol"
  155. resOK "&Continue"
  156. resCANCEL "E&xit Setup"
  157. resREMOTESERVERDETAILSTITLE "Remote ActiveX Component Configuration"
  158. resREMOTESERVERDETAILSLBL "Please fill in the requested configuration information about the following remote component:"
  159. resNOTEPROTOSEQNOTSUPPORTED "The protocol sequence |1 (|2) is not supported or available on this machine"
  160. resNOTEPROTOSEQINVALID "The protocol sequence '|1' ('|2') is invalid"
  161. resPROTOSEQUNEXPECTEDERR "An unexpected error occurred while determining the protocol sequences available on this machine"
  162. resNOPROTOCOLSINSETUPLST "Setup error: An error occurred trying to read protocols from the SETUP.LST file."
  163. resNOPROTOCOLSSUPPORTED1 "None of the protocols needed by this application appear to be available or installed on this machine."
  164. resNOPROTOCOLSSUPPORTED2 "In order to run Setup successfully, you will need to first install one of the following network protocol sequences: "
  165. resSELECTEDPROTONOTSUPPORTED "This application will not be able to access the remote component '|1' until the protocol '|2' is installed."
  166.  
  167. resOVERWRITEFORM "Version Conflict"
  168. //VERIFY698:    I've changed this text. My new text, unfortunately, is ugly, but alas, correct! It used to say
  169. //        "A file being copied is older than..." but this was not true. In reality, the file was sometimes
  170. //        older, sometimes older or the same. Now the file is reliably older or the same, which is what it
  171. //        should be.
  172. resOVERWRITEINFO "A file being copied is not newer than the file currently on your system. It is recommended that you keep your existing file."
  173. resOVERWRITEFILE "File name:    '|1'"
  174. resOVERWRITEDESC "Description:    '|1'"
  175. resOVERWRITEVER "Your version:    '|1'"
  176. resOVERWRITEKEEP "Do you want to keep this file?"
  177. resOVERNOTOALL "No to &All"
  178. resOVERYES "&Yes"
  179. resOVERNO "&No"
  180. END
  181.